× Home (CS 211) Notes Projects Waxman's Website

General

In this project, we will be using a 1D array to represent the chessboard. A 1D array is more efficient because you can find the queens more easily. This project will not have gotos and must use loops to run the program. For the brave, try doing it recursively.
More information on 2D 8 Queens

A New Representation

Template


Template
Output
This is to be submitted on blackboard as a .cpp file. File name follows the following format: lastName_firstName.cpp